* menu-bar.el (menu-bar-file-menu): Do not hardbind key display
authorChong Yidong <cyd@stupidchicken.com>
Tue, 13 Jan 2009 13:57:45 +0000 (13:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 13 Jan 2009 13:57:45 +0000 (13:57 +0000)
for exit-emacs item.  Bind it to save-buffers-kill-terminal.

* diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
loaded.

lisp/ChangeLog

index 263ed834a9328e402882dba92558888c5e3a0fd5..1aa2b82e6bc0b362c0950072f31fbdbf465d8711 100644 (file)
@@ -1,3 +1,11 @@
+2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
+       for exit-emacs item.  Bind it to save-buffers-kill-terminal.
+
+       * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
+       loaded.
+
 2009-01-13  Jason Rumney  <jasonr@gnu.org>
 
        * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)